home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Compilers / digital marsC compier / dm / include / Winio.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-03-16  |  222 b   |  15 lines

  1. /* Copyright (C) 1986-2001 by Digital Mars. */
  2. #if __SC__ || __RCC__
  3. #pragma once
  4. #endif
  5.  
  6.  
  7. #if __INTSIZE == 4
  8. #error "Winio only supported for 16 Bits"
  9. #endif
  10.  
  11. #include <windows.h>
  12. #include <winio\winio.h>
  13.  
  14.  
  15.